Autogenerated HTML docs for v1.5.0-rc2-g18af
diff --git a/git-prune.html b/git-prune.html index a479f18..bc89133 100644 --- a/git-prune.html +++ b/git-prune.html
@@ -272,7 +272,7 @@ </div> <h2>SYNOPSIS</h2> <div class="sectionbody"> -<p><em>git-prune</em> [-n] [--grace=<time>]</p> +<p><em>git-prune</em> [-n] [--] [<head>…]</p> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -297,17 +297,35 @@ </p> </dd> <dt> ---grace=<time> +-- </dt> <dd> <p> - Do not prune loose objects that are younger than the - specified time. This gives a grace period to newly - created objects from getting pruned. + Do not interpret any more arguments as options. +</p> +</dd> +<dt> +<head>… +</dt> +<dd> +<p> + In addition to objects + reachable from any of our references, keep objects + reachable from listed <head>s. </p> </dd> </dl> </div> +<h2>EXAMPLE</h2> +<div class="sectionbody"> +<p>To prune objects not used by your repository nor another that +borrows from your repository via its +<tt>.git/objects/info/alternates</tt>:</p> +<div class="listingblock"> +<div class="content"> +<pre><tt>$ git prune $(cd ../another && $(git-rev-parse --all))</tt></pre> +</div></div> +</div> <h2>Author</h2> <div class="sectionbody"> <p>Written by Linus Torvalds <torvalds@osdl.org></p> @@ -322,7 +340,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 21-Jan-2007 08:57:03 UTC +Last updated 22-Jan-2007 08:59:53 UTC </div> </div> </body>